<?xml version="1.0"?>
<component name="org.nuxeo.ecm.user.center.dashboard.jsf.layouts.dashboard.override">

  <require>org.nuxeo.ecm.user.center.dashboard.jsf.layouts.dashboard</require>

  <documentation>

    This component defines the JSF dashboard grid layout.

    @since 5.6
  

  </documentation>
  <extension point="layouts" target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager">

    <layout name="grid_dashboard_layout">
      <templates>
        <template mode="any">
          /layouts/layout_grid_template.xhtml
        </template>
      </templates>
      <rows>
        <row>
          <widget>dashboard_left</widget>
          <widget>dashboard_right</widget>
        </row>
      </rows>
    </layout>

  </extension>

</component>
